←Select platform

IsSynchronized Method

Summary

Determines if the

type
type is already synchronized.

Syntax

C#
VB
C++
public bool IsSynchronized( 
   MedicalViewerActionType type 
) 
  
Public Function IsSynchronized( _ 
   ByVal type As Leadtools.Medicalviewer.MedicalViewerActionType _ 
) As Boolean 
             
            public: 
bool IsSynchronized(  
   Leadtools.Medicalviewer.MedicalViewerActionType type 
)  
             

Parameters

type
MedicalViewerActionType enumeration that is being checked whether it is already synchronized or not.

Return Value

true if the type type is already synchronized; otherwise, false.

Remarks

The engine searches inside the MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject> collection to determine whether a synchronization object of the specified type has already been added.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly